home *** CD-ROM | disk | FTP | other *** search
/ CYBER.XPO.95 / CYBER.XPO.95 (Arsenal Computer).ISO / popreq / amiga1 / a1000hks.lha / ykick / yKick.doc < prev    next >
Text File  |  1993-02-28  |  3KB  |  81 lines

  1.  
  2.      NAME
  3.           yKick -- zKick like Kickstart file loader for A1000
  4.  
  5.      USAGE
  6.           KICKFILE/K,START/N,END/N,TO/K,NORESET/S:
  7.  
  8.           KICKFILE   or '-f'  force next argument to be the kickfile
  9.           START      or '-s'  set begin of fast memory (default: $200000)
  10.           END        or '-e'  set end of fast memory (default: $400000)
  11.           TO         or '-o'  write relocated A1000 kickload file
  12.           NORESET    or '-c'  load kickstart file but don't reboot
  13.  
  14.      REQUIREMENTS
  15.           o Amiga 1000 w/ RAM expansion which needs to be configured
  16.             by "KickPatch" or "AddMem" and
  17.           o The Commodore (or ZKick) A500/2000 kickfile37.175
  18.  
  19.      DISTRIBUTION
  20.           This versions of yKick and AddMem are NOT in the PUBLIC DOMAIN.
  21.           You can however freely distribute them if all parts listed in
  22.           the original `Distfile' are distributed together AND WITHOUT
  23.           COMMERCIAL PURPOSES!
  24.  
  25.      DESCRIPTION
  26.           yKick allows the usage of Kickstart 2.0 for A1000 users who
  27.           do not have an auto configurating memory board and therefor
  28.           can not use Daniel Zenchelsky's ZKick.
  29.  
  30.           yKick takes advantage of the Amiga 1000 WOM which offers 256K
  31.           of Kickstart memory at 0xFC0000.  This is possible because the
  32.           Kickstart file of V37.175 can easily be split.
  33.  
  34.           yKick splits the zKick Kickstart file V37.175 into two parts
  35.           of 256K each and places one of them into your WOM and the
  36.           other one into any location in your fast memory you like.
  37.  
  38.           yKick relocates and patches the Kickstart file for A1000 usage
  39.           on every startup.  You don't need to create an adapted Kick20
  40.           file as you do when using versions of Bernd Harder's "Kickload"
  41.           and "Kick2".  Nevertheless, yKick is very fast.
  42.  
  43.           If you prefer the usage of Bernd Harder's "Kickload" for any
  44.           reason yKick can be used to replace his hyper-slow "Kick2"
  45.           tool with the yKick option '-o'.
  46.  
  47.           To install yKick you need the old Kickstart 1.x "Version" command
  48.           and prepend the following to your startup-sequence
  49.  
  50.  
  51.               Version1x >NIL: graphics.library 37
  52.               If WARN
  53.                 yKick DEVS:Kickstart
  54.               EndIf
  55.  
  56.               ;--- 2.0 STARTUP-SEQUENCE GOES HERE ---
  57.  
  58.      NOTE
  59.           yKick replaces your 256K Kickstart (1.3 or less) but it needs
  60.           the original 256K Kickstart reset code for a very short time
  61.           when coming up.  This reset code MUST NOT be patched!
  62.           YOU CAN NOT use a Kickstart disk which is patched by
  63.           "KickPatch" (supplied with some memory boards) or a similar
  64.           application.
  65.  
  66.           You can however use AddMem before running yKick but you don't
  67.           need AddMem when running Kickstart 2.0 with yKick.  yKick will
  68.           automatically add your fast memory to the system free pool
  69.           during a reset.
  70.  
  71.           An improved version of AddMem is supplied with yKick.  It
  72.           does not cause a crash if you try to add memory twice.
  73.           The here supplied version of AddMem can also be used to link
  74.           additional fast memory AFTER yKick'ing to Kick 2.0.
  75.  
  76.      AUTHOR
  77.           Tobias Ferber, Goethestra▀e 32, 76135 Karlsruhe, Germany
  78.  
  79.           Earn:      ukjg@dkauni2.bitnet
  80.           InterNet:  ukjg@ibm3090.rz.uni-karlsruhe.de
  81.